revZipDeleteItem
Type
command
Summary
Deletes an item from a zip archive.
Syntax
revZipDeleteItem <archivePath>, <itemName>
Description
Use the revZipDeleteItem command to remove one of the items from an open zip archive. The archive must first have been opened using the revZipOpenArchive command.
Parameters
Name | Type | Description |
---|---|---|
archivePath | The absolute path to the zip archive to remove an item from. | |
itemName | The name of the item in the archive to remove. If revZipDeleteItem encounters an error then the result will be set to an error code beginning with "ziperr", otherwise the result will be empty |
Examples
revZipDeleteItem tArchive, "myZippedItem"
Related
function: revZipDescribeItem, revZipEnumerateItems
command: revZipOpenArchive, revZipRenameItem
Compatibility and Support
Introduced
LiveCode 2.7.3
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile